home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard British (B-1.2.2) / More Stacks / Help / Help / card_122968.txt < prev    next >
Text File  |  1988-02-18  |  1KB  |  58 lines

  1. -- card: 122968 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4745
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A000
  11. -- rect: left=463 top=55 right=88 bottom=487
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29019 / 29019
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe down
  23.   go to card id 75320
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 2
  29. ----- text -----
  30. Print
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. Print <document> with <application>
  35.  
  36. Leaves HyperCard, opens the specified document, and prints it using current printing specifications.  Use a full pathname, or let HyperCard follow the search order you've set in the "Look for Stacks In" card in the Home stack.  You can also run an application or document named in a field.  
  37.  
  38. Print "Memo to Ted" with MacWrite
  39. Print field "Weekly report" with field 3
  40.    -- (the name of the application it uses is in field 3)
  41.  
  42.  
  43. -- part contents for background part 44
  44. ----- text -----
  45. Form
  46.  
  47. What it does
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. Examples
  55.  
  56. -- part contents for background part 43
  57. ----- text -----
  58. 337,122